home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5456 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: winternet.com!not-for-mail
  2. From: jdege@winternet.com (Jeff Dege)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why C++ sucks++
  5. Date: 5 Feb 1996 01:34:14 GMT
  6. Organization: StarNet Communications, Inc
  7. Message-ID: <4f3mqm$dgk@blackice.winternet.com>
  8. References: <1996Jan29.223357.1@aspen> <310E4BE4.2781E494@questtech.com>
  9. NNTP-Posting-Host: klondike.winternet.com
  10. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  11.  
  12. On Tue, 30 Jan 1996 11:48:36 -0500, Joshua Hoffman (jhoffman@questtech.com) wrote:
  13. : If all a programmer needed to do was display HELLO WORLD, Basic
  14. : would not be an unsuitable choice.  
  15.  
  16.     If all I needed to do was display hello world, I'd do:
  17.  
  18. #!/bin/sh
  19. # file hello
  20. echo 'Hello, world!'
  21.  
  22.     or:
  23.  
  24. REM hello.bat
  25. echo "Hello, world!"
  26.  
  27. : I think you have a lot more to learn at college before you are
  28. : ready for the real world programs.
  29.  
  30.     Including the fact that shell scripts are almost always the appropriate
  31. tool for problems of this complexity.
  32.  
  33. RULE #7:  Never write software when you can possibly avoid it.
  34.  
  35. -- 
  36. When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl.
  37.  
  38.